Remove NEED_XIPROTO_H_FOR_XREPLY check
authorChristoph Reiter <reiter.christoph@gmail.com>
Wed, 21 Aug 2019 18:46:30 +0000 (20:46 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Wed, 21 Aug 2019 18:46:30 +0000 (20:46 +0200)
It was only defined in the old autotools build to support a >20 year old x11,
https://bugzilla.gnome.org/show_bug.cgi?id=148032

config.h.meson
gdk/x11/gdkasync.c

index 209b65d03c13af2d0bc42469d69ac1d25b841689..ebafd3eac6f6f5dd8ae1d74ffd1d5982534ccf38 100644 (file)
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
 #mesondefine LT_OBJDIR
 
-/* Define if <X11/extensions/XIproto.h> needed for xReply */
-#mesondefine NEED_XIPROTO_H_FOR_XREPLY
-
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 #mesondefine NO_MINUS_C_MINUS_O
 
index fc4d94eaf5d58e2d824d3d6edda989466e65fc60..1ef76976172dd8116d0c4273824d691e3ebf8a28 100644 (file)
@@ -47,10 +47,6 @@ in this Software without prior written authorization from The Open Group.
 #include "gdkprivate-x11.h"
 #include "gdkdisplay-x11.h"
 
-#ifdef NEED_XIPROTO_H_FOR_XREPLY
-#include <X11/extensions/XIproto.h>
-#endif
-
 #include <X11/Xlibint.h>